Feature: Post creation and publication
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 22.065s |
Scenario: Administrator publishes a post successfully
Before
0m 0.813s
Given
I navigate to Ghost page "<BASEURL>"
0m 2.790s
And
I login with email "<EMAIL>" and password "<PASSWORD>"
0m 0.370s
And
I should be logged in successfully
0m 2.245s
When
I navigate to new post editor
0m 3.241s
And
I should be in the editor
0m 0.150s
And
I enter title "$name_6_a_priori"
0m 0.347s
And
I enter content "$content_6_a_priori"
0m 7.022s
And
I click publish
0m 0.264s
And
I continue to final review
0m 1.233s
And
I confirm publish
0m 1.257s
Then
the content should be published
0m 2.330s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to Ghost page "<BASEURL>"
And
I login with email "<EMAIL>" and password "<PASSWORD>"
And
I should be logged in successfully
When
I navigate to new post editor
And
I should be in the editor
And
I enter title "$name_6_a_priori"
And
I enter content "$content_6_a_priori"
And
I click publish
And
I continue to final review
And
I confirm publish
Then
the content should be published
After
NO IMAGE AVAILABLE